pandas plot xlabel

81

pandas plot xlabel -

ax = df1.plot()
ax.set_xlabel("x label")
ax.set_ylabel("y label")
plt.Show()

Comments

Submit
0 Comments